11 Star 104 Fork 12

TEO Cloud / teo

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
Cargo.toml 1.99 KB
一键复制 编辑 原始数据 按行查看 历史
Victor Teo 提交于 2024-05-19 10:55 . 0.2.35-dev
[package]
name = "teo"
version = "0.2.35"
edition = "2021"
description = "Schema-centered next-generation web framework for Rust, Node.js and Python."
license = "Apache-2.0"
build = "build.rs"
homepage = "https://teodev.io"
documentation = "https://docs.teodev.io"
repository = "https://github.com/teocloud/teo"
[features]
dangerous_operation = []
[dependencies]
teo-result = { version = "0.2.32", path = "../teo-result" }
teo-parser = { version = "0.2.28", path = "../teo-parser" }
teo-runtime = { version = "0.2.32", path = "../teo-runtime" }
teo-sql-connector = { version = "0.2.32", path = "../teo-sql-connector" }
teo-mongodb-connector = { version = "0.2.24", path = "../teo-mongodb-connector" }
teo-generator = { version = "0.2.35", path = "../teo-generator" }
actix-web = "4.5.1"
actix-http = "3.6.0"
actix-multipart = "0.6.1"
actix-files = "0.6.5"
serde = { version = "1.0", features = ["derive"] }
serde_json = { version = "1.0", features = ["preserve_order"] }
chrono = { version = "0.4.31", features = ["serde"] }
random-string = "1.0"
futures = "0.3"
futures-util = "0.3"
regex = "1.10.2"
tokio = { version = "1.0", features = ["full"] }
url = "2.5"
bcrypt = "0.15.0"
uuid = { version = "1.6", features = ["v4", "fast-rng"] }
cuid2 = "0.1.0"
cuid = "=1.2.0"
bigdecimal = "=0.3.1"
async-recursion = "1.0.5"
async-trait = "0.1.74"
num-integer = "0.1.45"
maplit = "1.0.2"
key-path = "0.2.0"
once_cell = "1.19"
indexmap = "2.1.0"
itertools = "0.12.0"
array_tool = "1.0.3"
snailquote = "0.3.1"
clap = { version = "4.4.11", features = ["derive"] }
path-absolutize = "3.1.1"
dotenvy = "0.15.7"
rand = "0.8.5"
educe = "0.5.9"
colored = "2.1.0"
bson = { version = "2.9.0", features = ["chrono-0_4", "serde_with"] }
ring = "0.17.7"
[target.'cfg(target_os = "linux")'.dependencies]
openssl = { version = "0.10", features = ["vendored"] }
[dev-dependencies]
serial_test = "3.0.0"
test-helpers = "0.2.3"
reqwest = { version = "0.11", features = ["json", "blocking"] }
whoami = "1.4.1"
[build-dependencies]
rustc_version = "0.4.0"
Rust
1
https://gitee.com/teocloud/teo.git
git@gitee.com:teocloud/teo.git
teocloud
teo
teo
main

搜索帮助